home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 22 / PC Actual CD 22.iso / linux / xfree86 / DOC / README.LinkKit < prev    next >
Encoding:
Text File  |  1998-01-07  |  5.9 KB  |  331 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.               Readme for the XFree86 3.3 LinkKit
  11.  
  12.                The XFree86 Project, Inc.
  13.  
  14.                   16 May 1997
  15.  
  16.  
  17.  
  18. 1.  Readme for the XFree86 3.3 LinkKit
  19.  
  20.   1.  For systems which don't use gcc-2, you may need to install libgcc.a if
  21.       the binary distribution you are using was built with gcc-2.
  22.  
  23.   2.  Make sure that you have the XFree86 3.3 libraries installed under
  24.       /usr/X11R6 if you will be linking Xnest with the LinkKit.  The LinkKit is
  25.       now self-contained for the other servers.
  26.  
  27.   3.  Edit the xf86site.def file to define which servers you want to build, and
  28.       the drivers and extensions you want included.
  29.  
  30.  
  31.      o Set HasGcc and HasGcc2 to match the compiler you are using if the
  32.        defaults aren't correct.
  33.  
  34.      o If the LinkKit was built with gcc-2.x and you are using some other
  35.        compiler, you must install libgcc.a and set NeedLibGcc to YES.
  36.  
  37.      o To build the 256 colour server: set XF86SVGAServer to YES.
  38.  
  39.      o To build the 16 colour server: set XF86VGA16Server to YES.
  40.  
  41.      o To build the monochrome server: set XF86MonoServer to YES.
  42.  
  43.      o To build the S3 server: set XF86S3Server to YES.
  44.  
  45.      o To build the Mach8 server: set XF86Mach8Server to YES.
  46.  
  47.      o To build the Mach32 server: set XF86Mach32Server to YES.
  48.  
  49.      o To build the Mach64 server: set XF86Mach64Server to YES.
  50.  
  51.      o To build the P9000 server: set XF86P9000Server to YES.
  52.  
  53.      o To build the AGX server: set XF86AGXServer to YES.
  54.  
  55.      o To build the ET4000/W32 server: set XF86W32Server to YES.
  56.  
  57.      o To build the IBM 8514/A server: set XF86I8514Server to YES.
  58.  
  59.      o To build the I128 server: set XF86I128Server to YES.
  60.  
  61.  
  62.  
  63.  
  64. Readme for the XFree86 3.3 LinkKit
  65.  
  66.  
  67.  
  68.  
  69.  
  70. Readme for the XFree86 3.3 LinkKit
  71.  
  72.  
  73.  
  74.      o To build the TGA server: set XF86TGAServer to YES.
  75.  
  76.      o To build the GA-98NB/WAP server: set XF98GANBServer to YES.
  77.  
  78.      o To build the NEC480 server: set XF98NEC480Server to YES.
  79.  
  80.      o To build the NEC-CIRRUS/EPSON NKV/NKV2 server: set XF98NKVNECServer
  81.        to YES.
  82.  
  83.      o To build the WAB-S server: set XF98WABSServer to YES.
  84.  
  85.      o To build the WAB-EP server: set XF98WABEPServer to YES.
  86.  
  87.      o To build the WSN-A2F server: set XF98WSNAServer to YES.
  88.  
  89.      o To build the Trident Cyber9320/9680 server: set XF98TGUIServer to
  90.        YES.
  91.  
  92.      o To build the EGC server: set XF98EGCServer to YES.
  93.  
  94.      o To build the NEC S3 server: set XF98NECS3Server to YES.
  95.  
  96.      o To build the S3 PW/PCSKB server: set XF98PWSKBServer to YES.
  97.  
  98.      o To build the S3 PW/LB server: set XF98PWLBServer to YES.
  99.  
  100.      o To build the S3 GA-968 server: set XF98GA968Server to YES.
  101.  
  102.      o To build the Xnest server: set XnestServer to YES.
  103.  
  104.      o If you are building more than one Xserver, uncomment the ServerToIn-
  105.        stall line and set it to the name of the Xserver you want to be the
  106.        default server (i.e., the one that the ``X'' sym-link points to).
  107.  
  108.      o Set XF86SvgaDrivers to the list of drivers you want to include in
  109.        the SVGA server.
  110.  
  111.      o Set XF86Vga16Drivers to the list of drivers you want to include in
  112.        the 16 colour server.
  113.  
  114.      o Set XF86Vga2Drivers to the list of drivers you want to include in
  115.        the monochrome vga server.
  116.  
  117.      o Set XF86MonoDrivers to the list of non-vga mono drivers you want to
  118.        include in the mono or VGA16 servers (when building dual-headed
  119.        servers).
  120.  
  121.      o Note: the ordering of drivers determines the order in which the
  122.        probing is done.  The `generic' driver should be the last one
  123.        included in the Mono and VGA16 and SVGA servers because its probe
  124.        always succeeds.
  125.  
  126.      o To use dynamically loadable modules(e.g. PEX, XIE): set Extensions-
  127.        DynamicModules to YES.
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136. Readme for the XFree86 3.3 LinkKit
  137.  
  138.  
  139.  
  140.      o To include the PEX extension: set BuildPexExt to YES.
  141.  
  142.      o To include the X Image Extension: set BuildXIE to YES.
  143.  
  144.      o To include the GLX Extension: set BuildGlxExt to YES.
  145.  
  146.      o To exclude the Double Buffer Extension: set BuildDBE to NO.
  147.  
  148.      o To exclude the Record Extension: set BuildRECORD to NO.
  149.  
  150.      o To exclude the Screen Saver extension: set BuildScreenSaverExt to
  151.        NO.
  152.  
  153.      o Although it is possible to disable other extensions through this
  154.        mechanism, doing so is not recommended because savings in server
  155.        size are not appreciable, or the resulting server might even be
  156.        crippled in some way.
  157.  
  158.  
  159.   4.  If you are including a driver that it not part of the standard distribu-
  160.       tion, make a directory in drivers/vga256 (drivers/vga2 if it is for the
  161.       VGA2 part of the Mono server, drivers/vga16 if it is for the 16 colour
  162.       server, or drivers/mono non-VGA part of the Mono and VGA16 servers) and
  163.       copy either the source or .o file and a suitable Imakefile into that
  164.       directory.  The name of the directory should be the same as the name of
  165.       the driver (refer to the documentation in the VGADriverDoc directory for
  166.       more details).
  167.  
  168.   5.  To build the Makefile, run
  169.  
  170.          ./mkmf
  171.  
  172.   6.  Run `make' to link the server(s) as configured.
  173.  
  174.   7.  Run `make install' to install the new server(s).
  175.  
  176.   8.  Run `make clean' to remove the files that were created by this procedure.
  177.  
  178.   9.  If you edit the xf86site.def file and change the selection of servers
  179.       being built or the drivers included in them, repeat the above procedure.
  180.       If changing the selection of Xserver extensions being included it is suf-
  181.       ficient to run `make Makefile' instead of `./mkmf'.
  182.  
  183.  10.  It is possible to see which drivers are included in the Xserver by run-
  184.       ning it with the `-showconfig' flag.  To check which extensions are
  185.       included, start the Xserver and run `xdpyinfo'.
  186.  
  187.      Generated from XFree86: xc/programs/Xserver/hw/xfree86/doc/sgml/LinkKit.sgml,v 3.14.2.1 1997/05/17 12:03:29 dawes Exp $
  188.  
  189.  
  190.  
  191.  
  192.  
  193.      $XConsortium: LinkKit.sgml /main/8 1996/10/27 11:05:58 kaleb $
  194.  
  195.  
  196.  
  197.  
  198.  
  199.  
  200.  
  201.  
  202. Readme for the XFree86 3.3 LinkKit
  203.  
  204.  
  205.  
  206.  
  207.  
  208.  
  209.  
  210.  
  211.  
  212.  
  213.  
  214.  
  215.  
  216.  
  217.  
  218.  
  219.  
  220.  
  221.  
  222.  
  223.  
  224.  
  225.  
  226.  
  227.  
  228.  
  229.  
  230.  
  231.  
  232.  
  233.  
  234.  
  235.  
  236.  
  237.  
  238.  
  239.  
  240.  
  241.  
  242.  
  243.  
  244.  
  245.  
  246.  
  247.  
  248.  
  249.  
  250.  
  251.  
  252.  
  253.  
  254.  
  255.  
  256.  
  257.  
  258.  
  259.  
  260.  
  261.  
  262.  
  263.  
  264.  
  265.  
  266.  
  267.  
  268.  
  269.  
  270.  
  271.  
  272.                    CONTENTS
  273.  
  274.  
  275.  
  276. 1. Readme for the XFree86 3.3 LinkKit  ...................................... 1
  277.  
  278.  
  279.  
  280.  
  281.  
  282.  
  283.  
  284.  
  285.  
  286.  
  287.  
  288.  
  289.  
  290.  
  291.  
  292.  
  293.  
  294.  
  295.  
  296.  
  297.  
  298.  
  299.  
  300.  
  301.  
  302.  
  303.  
  304.  
  305.  
  306.  
  307.  
  308.  
  309.  
  310.  
  311.  
  312.  
  313.  
  314.  
  315.  
  316.  
  317.  
  318.  
  319.  
  320.  
  321.  
  322.  
  323.  
  324.  
  325.  
  326.  
  327.  
  328.                        i
  329.  
  330.  
  331.